﻿2026-07-03T10:17:50.9776291Z ##[group]Run actions/checkout@v5
2026-07-03T10:17:50.9777170Z with:
2026-07-03T10:17:50.9777799Z   repository: SaberMage/spt-core
2026-07-03T10:17:50.9784328Z   token: ***
2026-07-03T10:17:50.9784946Z   ssh-strict: true
2026-07-03T10:17:50.9785620Z   ssh-user: git
2026-07-03T10:17:50.9786278Z   persist-credentials: true
2026-07-03T10:17:50.9787018Z   clean: true
2026-07-03T10:17:50.9787663Z   sparse-checkout-cone-mode: true
2026-07-03T10:17:50.9788446Z   fetch-depth: 1
2026-07-03T10:17:50.9789155Z   fetch-tags: false
2026-07-03T10:17:50.9789808Z   show-progress: true
2026-07-03T10:17:50.9790467Z   lfs: false
2026-07-03T10:17:50.9791085Z   submodules: false
2026-07-03T10:17:50.9791776Z   set-safe-directory: true
2026-07-03T10:17:50.9792474Z env:
2026-07-03T10:17:50.9793077Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-03T10:17:50.9793910Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-03T10:17:50.9794678Z ##[endgroup]
2026-07-03T10:17:51.0581964Z Syncing repository: SaberMage/spt-core
2026-07-03T10:17:51.0584604Z ##[group]Getting Git version info
2026-07-03T10:17:51.0585735Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-03T10:17:51.0587343Z [command]/usr/bin/git version
2026-07-03T10:17:51.0588098Z git version 2.43.0
2026-07-03T10:17:51.0590381Z ##[endgroup]
2026-07-03T10:17:51.0595089Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e0cbfd90-dbea-4031-838f-34c48241f35c' before making global git config changes
2026-07-03T10:17:51.0597425Z Adding repository directory to the temporary git global config as a safe directory
2026-07-03T10:17:51.0599230Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-03T10:17:51.0630734Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-03T10:17:51.0655450Z https://github.com/SaberMage/spt-core
2026-07-03T10:17:51.0667363Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-03T10:17:51.0670665Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-03T10:17:51.0692829Z HEAD
2026-07-03T10:17:51.0727225Z ##[endgroup]
2026-07-03T10:17:51.0728217Z [command]/usr/bin/git submodule status
2026-07-03T10:17:51.0912213Z ##[group]Cleaning the repository
2026-07-03T10:17:51.0914668Z [command]/usr/bin/git clean -ffdx
2026-07-03T10:17:51.7387827Z Removing target/
2026-07-03T10:17:51.7397042Z [command]/usr/bin/git reset --hard HEAD
2026-07-03T10:17:51.7457445Z HEAD is now at 8fe56d0d2 Merge 9c2c714a98921b9e829aa32ab080ac457ef3c742 into 9bae13e4136d22f4b5d5d6757b6f206390bfba6a
2026-07-03T10:17:51.7463894Z ##[endgroup]
2026-07-03T10:17:51.7466028Z ##[group]Disabling automatic garbage collection
2026-07-03T10:17:51.7469131Z [command]/usr/bin/git config --local gc.auto 0
2026-07-03T10:17:51.7494209Z ##[endgroup]
2026-07-03T10:17:51.7495475Z ##[group]Setting up auth
2026-07-03T10:17:51.7498900Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-03T10:17:51.7525700Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-03T10:17:51.7714667Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-03T10:17:51.7740696Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-03T10:17:51.7932638Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-03T10:17:51.7960017Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-03T10:17:51.8154597Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-03T10:17:51.8220225Z ##[endgroup]
2026-07-03T10:17:51.8221539Z ##[group]Fetching the repository
2026-07-03T10:17:51.8229782Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d23d2b6172385e13c24cbe240ba954d76e0a69a2:refs/remotes/pull/48/merge
2026-07-03T10:17:52.2814389Z From https://github.com/SaberMage/spt-core
2026-07-03T10:17:52.2816186Z  + 8fe56d0d2...d23d2b617 d23d2b6172385e13c24cbe240ba954d76e0a69a2 -> pull/48/merge  (forced update)
2026-07-03T10:17:52.2837798Z ##[endgroup]
2026-07-03T10:17:52.2838439Z ##[group]Determining the checkout info
2026-07-03T10:17:52.2839502Z ##[endgroup]
2026-07-03T10:17:52.2844342Z [command]/usr/bin/git sparse-checkout disable
2026-07-03T10:17:52.2882200Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-03T10:17:52.2905602Z ##[group]Checking out the ref
2026-07-03T10:17:52.2914559Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/48/merge
2026-07-03T10:17:52.3027530Z Warning: you are leaving 1 commit behind, not connected to
2026-07-03T10:17:52.3028317Z any of your branches:
2026-07-03T10:17:52.3028561Z 
2026-07-03T10:17:52.3029313Z   8fe56d0d2 Merge 9c2c714a98921b9e829aa32ab080ac457ef3c742 into 9bae13e4136d22f4b5d5d6757b6f206390bfba6a
2026-07-03T10:17:52.3030014Z 
2026-07-03T10:17:52.3030365Z If you want to keep it by creating a new branch, this may be a good time
2026-07-03T10:17:52.3030950Z to do so with:
2026-07-03T10:17:52.3031198Z 
2026-07-03T10:17:52.3031394Z  git branch <new-branch-name> 8fe56d0d2
2026-07-03T10:17:52.3031613Z 
2026-07-03T10:17:52.3031965Z HEAD is now at d23d2b617 Merge af98e1709b44469dbeb44ab0a7cdfb9b6d255cff into 9bae13e4136d22f4b5d5d6757b6f206390bfba6a
2026-07-03T10:17:52.3038007Z ##[endgroup]
2026-07-03T10:17:52.3078121Z [command]/usr/bin/git log -1 --format=%H
2026-07-03T10:17:52.3104320Z d23d2b6172385e13c24cbe240ba954d76e0a69a2
